Migrate from liburl to rust-url
authorAlex Crichton <alex@alexcrichton.com>
Wed, 30 Jul 2014 16:52:37 +0000 (09:52 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 30 Jul 2014 16:55:48 +0000 (09:55 -0700)
commitf664874281ec4a6fd92f42cf4530beb63ad4cb21
tree3619d52eff07bc277cfb5ce70274d22d9f15fde3
parent6da963498c45460eba390731be60789b414763de
Migrate from liburl to rust-url

The standard url library is soon-to-be deprecated, and now that we're
bootstrapping it's trivial to move over to rust-url.

Closes #204
Cargo.toml
src/bin/cargo-git-checkout.rs
src/cargo/core/package_id.rs
src/cargo/core/resolver.rs
src/cargo/core/source.rs
src/cargo/sources/git/source.rs
src/cargo/util/mod.rs
src/cargo/util/to_url.rs [new file with mode: 0644]
tests/test_cargo_compile_git_deps.rs